From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/routes/tools/[tool]/+page.svelte | 136 +++++++++++++++++------------------ 1 file changed, 68 insertions(+), 68 deletions(-) (limited to 'src/routes/tools/[tool]/+page.svelte') diff --git a/src/routes/tools/[tool]/+page.svelte b/src/routes/tools/[tool]/+page.svelte index 3749c096..9140ae1c 100644 --- a/src/routes/tools/[tool]/+page.svelte +++ b/src/routes/tools/[tool]/+page.svelte @@ -1,84 +1,84 @@ {#if !Object.keys(tools).includes(tool)} - + - -

- Tool "{tool}" not found -

+ +

+ Tool "{tool}" not found +

-
- Did you mean " (tool = suggestion)} - style={suggestion === '...' ? 'pointer-events: none; color: inherit;' : ''} - > - {suggestion === '...' ? '...' : tools[suggestion].name()}"? -
-
+
+ Did you mean " (tool = suggestion)} + style={suggestion === '...' ? 'pointer-events: none; color: inherit;' : ''} + > + {suggestion === '...' ? '...' : tools[suggestion].name()}"? +
+
{:else} - + - {#if tool === 'activity_history'} - - {:else if tool === 'wrapped'} - - {:else if tool === 'discussions'} - - {:else if tool === 'birthdays'} - - {:else if tool === 'sequel_spy'} - - {:else if tool === 'random_follower'} - - {:else if tool === 'dump_profile'} - - {:else if tool === 'likes'} - - {:else if tool === 'uma_musume_birthdays'} - - {:else if tool === 'hayai'} - - {:else if tool === 'hololive_birthdays'} - - {:else if tool === 'sequel_catcher'} - - {/if} + {#if tool === 'activity_history'} + + {:else if tool === 'wrapped'} + + {:else if tool === 'discussions'} + + {:else if tool === 'birthdays'} + + {:else if tool === 'sequel_spy'} + + {:else if tool === 'random_follower'} + + {:else if tool === 'dump_profile'} + + {:else if tool === 'likes'} + + {:else if tool === 'uma_musume_birthdays'} + + {:else if tool === 'hayai'} + + {:else if tool === 'hololive_birthdays'} + + {:else if tool === 'sequel_catcher'} + + {/if} {/if} -- cgit v1.2.3